home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / button.14 / rps < prev    next >
Encoding:
Text File  |  1996-11-17  |  312 b   |  15 lines

  1. :
  2. : rps - render postscript files
  3. :
  4. : this program and the shar method of distribution of GNU postscript
  5. : programs were created by Rich Morin - hoptoad.UUCP!cfcl!rdm@cgl.ucsf.edu
  6. :
  7. for i in $*; do
  8.   soelim $i                |
  9.   awk '
  10.     BEGIN { print "%!" }
  11.     { print }
  12.   '                    |
  13.   lpr                    #print a postscript file
  14. done
  15.